bufio.Scanner.err (field)
10 uses
bufio (current package)
scan.go#L37: err error // Sticky error.
scan.go#L97: if s.err == io.EOF {
scan.go#L100: return s.err
scan.go#L145: if s.end > s.start || s.err != nil {
scan.go#L146: advance, token, err := s.split(s.buf[s.start:s.end], s.err != nil)
scan.go#L161: if s.err == nil || advance > 0 {
scan.go#L175: if s.err != nil {
scan.go#L253: if s.err == nil || s.err == io.EOF {
scan.go#L254: s.err = err
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |